Nevron Open Vision Documentation
Nevron.Nov.Internal Namespace / tSrI<KvrI> Class / OnClientSizeChanged Method


In This Topic
    OnClientSizeChanged Method (tSrI<KvrI>)
    In This Topic
    Overriden to request a repaint of the surface
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
    Protected Overrides Sub OnClientSizeChanged( _
       ByVal jtrI As System.EventArgs _
    ) 
    'Usage
     
    
    Dim instance As tSrI(Of KvrI)
    Dim jtrI As System.EventArgs
     
    instance.OnClientSizeChanged(jtrI)
    [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
    protected override void OnClientSizeChanged( 
       System.EventArgs jtrI
    )

    Parameters

    jtrI
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also